home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / tag15106.zip / TAGFILE.SLT < prev    next >
Text File  |  1992-01-23  |  878b  |  20 lines

  1. //  ________________________________________________________________________
  2. // |                                                                        |
  3. // | A Sample Script file for use with Telix                                |
  4. // |                                                                        |
  5. // | This script will simply execute TagFile, from there you will have      |
  6. // | complete control of all aspects of running TagFile.                    |
  7. // |________________________________________________________________________|
  8. //
  9. //  Very simple yet it really helps.  now if you execute this script from
  10. //  Telix, it should do the trick.   Simply define the keystroke you wish to
  11. //  use and then when prompeted for what to execute type "@ TAGFILE" (without
  12. //  the quotes of course ).
  13. //
  14.  
  15. main()
  16.  
  17. {
  18.  dos("Tagfile c:\tagfile\dgs.def",0);
  19. }
  20.